This forum is closed to new posts and
responses. The content has been migrated to the Digital Solutions Community. Please join us there for new content as well as this content. For customer support, please visit the official HCL customer support channels below:
RE: JavaScript used in LotusScript "Syntax Error"... ~Umberto Nongeroson 22.Jan.04 03:02 PM a Web browser Domino Designer 6.0.3All Platforms
Do you get the syntax error when saving your LotusScript code, or when opening the browser window?
You say that stepList may contain multiple values. I don't know what that means. Is it an array?
I suspect one of these strings (if they are strings) contains a doublequote character, which you would need to escape so that the JavaScript interpreter doesn't see it as the end of the string.